Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update new issue template #382

Merged
merged 1 commit into from
Oct 20, 2018
Merged

chore: update new issue template #382

merged 1 commit into from
Oct 20, 2018

Conversation

dpebot
Copy link
Contributor

@dpebot dpebot commented Oct 20, 2018

This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:

synthtool > Cloning googleapis.
synthtool > Running generator for google/spanner/artman_spanner.yaml.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/spanner-v1.
synthtool > Running generator for google/spanner/admin/database/artman_spanner_admin_database.yaml.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/spanner-admin-database-v1.
synthtool > Running generator for google/spanner/admin/instance/artman_spanner_admin_instance.yaml.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/spanner-admin-instance-v1.
.circleci/config.yml
.circleci/npm-install-retry.js
.eslintignore
.eslintrc.yml
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/bug_report.md
.github/feature_request.md
.github/support_request.md
.jsdoc.js
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node6/common.cfg
.kokoro/continuous/node6/test.cfg
.kokoro/continuous/node8/common.cfg
.kokoro/continuous/node8/docs.cfg
.kokoro/continuous/node8/lint.cfg
.kokoro/continuous/node8/samples-test.cfg
.kokoro/continuous/node8/system-test.cfg
.kokoro/continuous/node8/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node10/test.cfg
.kokoro/presubmit/node6/common.cfg
.kokoro/presubmit/node6/test.cfg
.kokoro/presubmit/node8/common.cfg
.kokoro/presubmit/node8/docs.cfg
.kokoro/presubmit/node8/lint.cfg
.kokoro/presubmit/node8/samples-test.cfg
.kokoro/presubmit/node8/system-test.cfg
.kokoro/presubmit/node8/test.cfg
.kokoro/presubmit/windows/common.cfg
.kokoro/presubmit/windows/test.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.nycrc
CODE_OF_CONDUCT.md
codecov.yaml
synthtool > Replaced "(const SpannerClient = require\\('\\./spanner_client'\\);)" in src/v1/index.js.
synthtool > Replaced '(module\\.exports\\.SpannerClient = SpannerClient;)' in src/v1/index.js.
npm WARN deprecated [email protected]: no longer maintained

> [email protected] install /tmpfs/src/git/autosynth/working_repo/node_modules/grpc
> node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp WARN Using request for node-pre-gyp https download 
[grpc] Success: "/tmpfs/src/git/autosynth/working_repo/node_modules/grpc/src/node/extension_binary/node-v57-linux-x64-glibc/grpc_node.node" is installed via remote

> [email protected] postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/protobufjs
> node scripts/postinstall

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1495 packages from 1312 contributors and audited 9734 packages in 28.169s
found 0 vulnerabilities


> @google-cloud/[email protected] prettier /tmpfs/src/git/autosynth/working_repo
> prettier --write benchmark/*.js src/*.js src/*/*.js src/admin/database/*/*.js src/admin/instance/*/*.js samples/*.js samples/*/*.js samples/*/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js

benchmark/workload.js 107ms
benchmark/ycsb.js 48ms
src/batch-transaction.js 39ms
src/codec.js 93ms
src/database.js 172ms
src/index.js 61ms
src/instance.js 68ms
src/partial-result-stream.js 20ms
src/row-builder.js 25ms
src/session-pool.js 78ms
src/session.js 27ms
src/table.js 65ms
src/transaction-request.js 39ms
src/transaction.js 72ms
src/v1/database_admin_client.js 70ms
src/v1/index.js 7ms
src/v1/instance_admin_client.js 31ms
src/v1/spanner_client.js 54ms
samples/batch.js 11ms
samples/crud.js 44ms
samples/dml.js 108ms
samples/indexing.js 50ms
samples/quickstart.js 6ms
samples/schema.js 17ms
samples/struct.js 34ms
samples/timestamp.js 60ms
samples/transaction.js 40ms
samples/system-test/quickstart.test.js 11ms
samples/system-test/spanner.test.js 90ms
test/batch-transaction.js 78ms
test/codec.js 118ms
test/database.js 196ms
test/gapic-v1-database-admin.js 61ms
test/gapic-v1-instance-admin.js 45ms
test/gapic-v1.js 43ms
test/index.js 95ms
test/instance.js 113ms
test/partial-result-stream.js 27ms
test/row-builder.js 71ms
test/session-pool.js 160ms
test/session.js 18ms
test/table.js 28ms
test/transaction-request.js 105ms
test/transaction.js 120ms
system-test/spanner.js 315ms

> @google-cloud/[email protected] lint /tmpfs/src/git/autosynth/working_repo
> eslint src/ samples/ system-test/ test/ scripts/


/tmpfs/src/git/autosynth/working_repo/samples/batch.js
  21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  66:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/crud.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   65:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  124:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  174:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  229:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/dml.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   73:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  119:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  164:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  211:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  265:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  319:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  373:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  480:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  518:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/indexing.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   71:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  124:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  185:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  242:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/quickstart.js
  20:27  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/schema.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   79:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  129:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/struct.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   77:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  134:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  228:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  281:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/system-test/spanner.test.js
  20:27  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/timestamp.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
   73:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  137:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  189:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  252:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  319:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/transaction.js
   21:29  error  "@google-cloud/spanner" is not found  node/no-missing-require
  104:29  error  "@google-cloud/spanner" is not found  node/no-missing-require

✖ 40 problems (40 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/[email protected] lint: `eslint src/ samples/ system-test/ test/ scripts/`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/[email protected] lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2018-10-20T11_07_09_124Z-debug.log
synthtool > Cleaned up 2 temporary directories.

@ghost ghost assigned dpebot Oct 20, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 20, 2018
@codecov
Copy link

codecov bot commented Oct 20, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@01602ab). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #382   +/-   ##
=========================================
  Coverage          ?   99.54%           
=========================================
  Files             ?       12           
  Lines             ?     1316           
  Branches          ?        0           
=========================================
  Hits              ?     1310           
  Misses            ?        6           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01602ab...28a2a75. Read the comment docs.

@JustinBeckwith JustinBeckwith changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. chore: update new issue template Oct 20, 2018
@JustinBeckwith JustinBeckwith merged commit 6237bff into master Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants